parse the cookie string and break into key=value pairs
*Note: this function is simplistic and assumes ("data payload"; expires= ; path= ; domain= ;) for the cookie string.
* so when you use cookies you have to have them in this format. To do: is make this method smarter.
parse the cookie string and break into key=value pairs
*Note: this function is simplistic and assumes ("data payload"; expires= ; path= ; domain= ;) for the cookie string. * so when you use cookies you have to have them in this format. To do: is make this method smarter.